home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.name != "" && _root.score != 0)
- {
- sendVar = new LoadVars();
- sendVar.key = "cocoon";
- sendVar.action = "a";
- sendVar.nm = _root.name;
- sendVar.sc = _root.score;
- sendVar.onLoad = function()
- {
- _root.tendina.scoretable.fill();
- };
- sendVar.sendAndLoad("http://www.naive.it/hss/scores.php",sendVar,"POST");
- play();
- }
- else
- {
- _root.gotoAndPlay("home");
- }
- }
-